home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / LCLINT-D.SPK / lclint / guide / intSet.h < prev    next >
C/C++ Source or Header  |  1996-08-26  |  112b  |  8 lines

  1. typedef /*@abstract@*/ struct
  2. {
  3.   int nelements;
  4.   int *elements;
  5. } *intSet ;
  6.  
  7. extern intSet intSet_new (void);
  8.